AnimationStartedEvent

data class AnimationStartedEvent(animation: Animation) : Event

Event for animation that has been started.

Constructors

AnimationStartedEvent
Link copied to clipboard
fun AnimationStartedEvent(animation: Animation)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

animation
Link copied to clipboard
val animation: Animation
Animation that was started.

Sources

jvm source
Link copied to clipboard